home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms / ts3j.zip / TELEFILE.INI < prev    next >
INI File  |  1994-12-12  |  1KB  |  28 lines

  1. [TELEFILE]  # TELEFILE initialization file
  2. # $(NUMBER) is replaced by the telephone number at run time
  3. dialer = echo $(NUMBER) | dialer /c2
  4. #dialer=at dt$(NUMBER)
  5. editor = q          # the default editor
  6. file_lister = dirdbf -DIR -QQ -XD -Z -SD  # directory & file name
  7. #gather = gather -show -archive -DAYS @files.up
  8. gather = gather -show -archive @files.up
  9. aging = 3           # the oldest file to collect in days
  10. dialfile = PHONE.TEL
  11. archiver = pkzip -u    # archive or compress the file(s)
  12. unarchiver = pkunzip     # extract or unarchive the file(s)
  13. listing = pkunzip -v    # list the archive file(s)
  14. listfile = pkunzip $(ZIPFILE) -@$(TMPFILE) # list the files in the archiv
  15. view_contents = pkunzip -c # view the contents of the selected file
  16. suffix = ZIP     # the archive file suffix eg .lzh .zip .arc
  17. backup_name = bak$(DAY)$(HOUR)     # the backup file name
  18. restore_name =
  19. more = Y       # if Yes file listing and viewing will page using | MORE
  20.                # pkunzip can use -cm instead when viewing contents
  21. directory = C:\LZH     # a default backup directory
  22. password = -sPASSWORD  # a password
  23. filemask = *.*      # the default file mask when archiving
  24. logging = y         # the log file or action history switch
  25. format = y          # always format  yes or no
  26. formatter = format  # the DOS format or another
  27. message= Please press any key to restore the screen ...
  28.